home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
programming
/
other
/
cyberxxxsrc
/
decoder
/
txt
/
decodedummy.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-02-08
|
381b
|
19 lines
/*
sc:c/sc opt txt/DecodeDummy.c
*/
#include "Decode.h"
#include "YUV.h"
/* /// "DecodeDummy()" */
__asm void DecodeDummy(REG(a0) uchar *from,
REG(a1) uchar *to,
REG(d0) ulong width,
REG(d1) ulong height,
REG(d2) ulong encSize,
REG(a2) uchar *spec)
{
}
/* \\\ */